home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Utilities / Help / Backup next >
Encoding:
Text File  |  1990-07-19  |  1.1 KB  |  21 lines  |  [TEXT/pdos]

  1. Backup [option...] -from directory -to directory >commands >&progress
  2.  
  3. Files in a source (from) directory are copied to a destination (to) directory
  4. based on the modification dates.  By default, only files that already exist in
  5. both directories are candidates for copying.  Normally, Backup produces a
  6. series of shell Duplicate commands which can be redirected into a script file
  7. for later execution.  This can be overridden by using the -doit option.
  8.  
  9. Note: At least -from or -to must be specified
  10.  
  11.     -a          # copy all files from source to destination
  12.     -c          # create "to" directories if they do not exist
  13.     -doit       # actually perform the Duplicate commands instead of writing
  14.                 # them to standard output
  15.     -from name  # specify source directory.  If omitted, the current directory
  16.                 # is assumed
  17.     -p          # display copyright and progress information
  18.     -r          # recursively process subdirectories
  19.     -to name    # specify destination directory.  If omitted, the current
  20.                 # directory is assumed
  21.